-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: examples #2920
base: master
Are you sure you want to change the base?
fix: examples #2920
Conversation
Hi @kariya-mitsuru. Thanks for your PR! I am @adamjensenbot.
Make sure this PR appears in the liqo changelog, adding one of the following labels:
|
@@ -1,7 +1,7 @@ | |||
kind: Cluster | |||
apiVersion: kind.x-k8s.io/v1alpha4 | |||
networking: | |||
serviceSubnet: "10.90.0.0/12" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you keep the same CIDR and use 10.80.0.0/12
? Thanks in advice
@@ -1,7 +1,7 @@ | |||
kind: Cluster | |||
apiVersion: kind.x-k8s.io/v1alpha4 | |||
networking: | |||
serviceSubnet: "10.70.0.0/12" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
serviceSubnet "10.70.0.0/12" and "10.90.0.0/12" are invalid. Signed-off-by: Mitsuru Kariya <[email protected]>
8d8c487
to
4ad4bed
Compare
Description
serviceSubnet
"10.70.0.0/12" and "10.90.0.0/12" are invalid.